gridview: Implement minimum row height
authorBenjamin Otte <otte@redhat.com>
Sat, 19 Oct 2019 19:45:24 +0000 (21:45 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 30 May 2020 23:26:46 +0000 (19:26 -0400)
commitaffd2737d5dde94ae10c7e6cad6d80f7187e54de
treee232ff92330b381b7b4d5c55179463ec7f52bfd2
parentcc68073af053a3f59796fd9f1a73f74a44421cc1
gridview: Implement minimum row height

We only allocate a certain amount of widgets - and we don't want to run
out of them. So we make all widgets high enough for this to never
happen.
gtk/gtkgridview.c
tests/testlistview.c